home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / powervww / filelist.txt < prev    next >
Text File  |  1998-01-05  |  9KB  |  182 lines

  1.  
  2.                 POWER VIEW WINDOWING INTERFACE FOR DOS
  3.                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4.              POWER VIEW INTEGRATED DEVELOPMENT ENVIRONMENT
  5.              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6.  
  7.                    CONTENTS OF THE ORIGINAL ARCHIVE
  8.                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9.  
  10.  
  11. This file lists all the files that the original PVIDESRC.ZIP archive
  12. contains. All the files in the archive should be *exactly* the same size
  13. and date/time stamp, otherwise it's possible you didn't got the original
  14. source code.
  15.  
  16. When unziping the archive, please use '-d' option of PKUNZIP.EXE. This
  17. will restore the original directory structure. Otherwise you will not be
  18. able to build the Power View IDE.
  19.  
  20.  
  21. Root Directory
  22. ~~~~~~~~~~~~~~
  23. File name     Size     Date      Time   Description
  24. ------------  -------  --------  -----  --------------------------------
  25. PV            <DIR>                     //Power View Interface source
  26. FILE_ID  DIZ      571  01-06-98  5:00a  //Short product information
  27. README   1ST    3,581  01-06-98  5:00a  //Readme file
  28. FILELIST TXT    9,383  01-06-98  5:00a  //The file you're reading now
  29. MAKEFILE        5,759  01-06-98  5:00a  //WMAKE file for W.EXE
  30. SAVED    PVO    4,830  01-06-98  5:00a  //PVIDE options file for W.EXE
  31. W        WPJ   21,238  01-06-98  5:00a  //PVIDE project file for W.EXE
  32. W        TXT   85,873  01-06-98  5:00a  //Source file for W.HLP
  33. W        CPP   48,162  01-06-98  5:00a  //Main module and PV interface
  34. COMPILE  CPP   24,667  01-06-98  5:00a  //Compile & Link stuff
  35. OPTIONS  CPP   46,742  01-06-98  5:00a  //Options Manager
  36. TERRMON  CPP    1,773  01-06-98  5:00a  //Terror_monitor class
  37. THIDE    CPP    2,046  01-06-98  5:00a  //Thide_on_close class
  38. TLOG     CPP    8,241  01-06-98  5:00a  //Tlog class
  39. TPROJECT CPP   25,538  01-06-98  5:00a  //Tproject class
  40. W        H      1,351  01-06-98  5:00a  //Main module interface
  41. COMPILE  H      1,291  01-06-98  5:00a  //Compile & Link interface
  42. OPTIONS  H     15,853  01-06-98  5:00a  //Options Manager interface
  43. TERRMON  H      1,224  01-06-98  5:00a  //Terror_monitor class interface
  44. THIDE    H      1,063  01-06-98  5:00a  //Thide_on_close class interface
  45. TLOG     H      1,815  01-06-98  5:00a  //Tlog class interface
  46. TPROJECT H      3,749  01-06-98  5:00a  //Tproject class interface
  47.  
  48.  
  49. Directory of PV\
  50. ~~~~~~~~~~~~~~~~
  51. File name     Size     Date      Time   Description
  52. ------------  -------  --------  -----  --------------------------------
  53. BIN           <DIR>                     //Power View tools
  54. CPP           <DIR>                     //Power View C++ files
  55. H             <DIR>                     //Power View Header files
  56. FNT           <DIR>                     //Power View font files
  57.  
  58.  
  59. Directory of PV\BIN\
  60. ~~~~~~~~~~~~~~~~~~~~
  61. File name     Size     Date      Time   Description
  62. ------------  -------  --------  -----  --------------------------------
  63. SOURCE        <DIR>                     //Source code for PV tools
  64. PVFC     EXE   28,862  01-06-98  5:00a  //Power View Font Compiler
  65. PVHC     EXE   33,122  01-06-98  5:00a  //Power View Help Compiler
  66.  
  67.  
  68. Directory of PV\BIN\SOURCE\
  69. ~~~~~~~~~~~~~~~~~~~~~~~~~~~
  70. File name     Size     Date      Time   Description
  71. ------------  -------  --------  -----  --------------------------------
  72. MAKE     BAT      756  01-06-98  5:00a  //Batch file making the tools
  73. MAKEPVFC MAK    1,448  01-06-98  5:00a  //WMAKE file for PVFC.EXE
  74. MAKEPVHC MAK    1,515  01-06-98  5:00a  //WMAKE file for PVHC.EXE
  75. PVFC     CPP    4,663  01-06-98  5:00a  //PVFC source code
  76. PVHC     CPP    8,658  01-06-98  5:00a  //PVHC source code
  77.  
  78.  
  79. Directory of PV\CPP\
  80. ~~~~~~~~~~~~~~~~~~~~
  81. File name     Size     Date      Time   Description
  82. ------------  -------  --------  -----  --------------------------------
  83. PVHGR_   ASM    7,809  01-06-98  5:00a  //Fast line drawing
  84. PVAPP    CPP    7,433  01-06-98  5:00a  //Power View Application
  85. PVBASICS CPP    1,712  01-06-98  5:00a  //Basic and common-use stuff
  86. PVBUTTON CPP   11,358  01-06-98  5:00a  //Buttons
  87. PVCALC   CPP   10,546  01-06-98  5:00a  //Power View Calculator
  88. PVCALEND CPP    5,108  01-06-98  5:00a  //Automatic calendar
  89. PVCHECK  CPP    8,277  01-06-98  5:00a  //Check-boxes & radio-buttons
  90. PVCLOCK  CPP    3,286  01-06-98  5:00a  //Clock
  91. PVCMD    CPP    3,257  01-06-98  5:00a  //Commands manager
  92. PVCMDGEN CPP   29,693  01-06-98  5:00a  //Command generators
  93. PVCOLORS CPP    1,568  01-06-98  5:00a  //Colors management
  94. PVCOMBO  CPP    9,473  01-06-98  5:00a  //Combo-box
  95. PVCOMLIN CPP    5,914  01-06-98  5:00a  //Command line processor
  96. PVCONFIG CPP    1,635  01-06-98  5:00a  //Startup configuration
  97. PVDC     CPP   62,725  01-06-98  5:00a  //Device Context
  98. PVDESK   CPP   11,561  01-06-98  5:00a  //Desktop support
  99. PVDIALOG CPP   19,983  01-06-98  5:00a  //Dialog boxes support
  100. PVDRV    CPP   28,860  01-06-98  5:00a  //Drivers
  101. PVEDITOR CPP   87,393  01-06-98  5:00a  //Text editor
  102. PVHELP   CPP   22,214  01-06-98  5:00a  //Help manager
  103. PVHGR    CPP    6,023  01-06-98  5:00a  //Graphics mode support
  104. PVHIST   CPP    2,776  01-06-98  5:00a  //History box
  105. PVICONS  CPP   18,536  01-06-98  5:00a  //Graphic icons
  106. PVINI    CPP    9,451  01-06-98  5:00a  //INI files processor
  107. PVINIT   CPP    2,989  01-06-98  5:00a  //Startup initialization
  108. PVINPUT  CPP   20,232  01-06-98  5:00a  //Input box
  109. PVITEMS  CPP   36,462  01-06-98  5:00a  //Base class for PV items
  110. PVLABEL  CPP    3,076  01-06-98  5:00a  //Items labels
  111. PVLBOX   CPP   21,987  01-06-98  5:00a  //List box
  112. PVLINES  CPP    1,764  01-06-98  5:00a  //Smart horizontal lines
  113. PVLIST   CPP    4,369  01-06-98  5:00a  //Dynamic lists
  114. PVMEMMON CPP    1,777  01-06-98  5:00a  //Memory monitor
  115. PVSCROLL CPP    9,994  01-06-98  5:00a  //Scroll bar
  116. PVSTDDLG CPP   19,976  01-06-98  5:00a  //Standard dialog boxes
  117. PVSYSTEM CPP   16,425  01-06-98  5:00a  //OS interface & utils
  118. PVTABLE  CPP   25,484  01-06-98  5:00a  //Tables support
  119. PVTETRIS CPP   12,842  01-06-98  5:00a  //Tetris
  120. PVTXT    CPP    6,145  01-06-98  5:00a  //Static & dynamic text
  121. PVWIN    CPP   31,485  01-06-98  5:00a  //Windows support
  122.  
  123. Directory of PV\H\
  124. ~~~~~~~~~~~~~~~~~~
  125. File name     Size     Date      Time   Description
  126. ------------  -------  --------  -----  --------------------------------
  127. PVAPP    H      2,191  01-06-98  5:00a  //Power View Application
  128. PVBASICS H      5,003  01-06-98  5:00a  //Basic and common-use stuff
  129. PVBUTTON H      2,444  01-06-98  5:00a  //Buttons
  130. PVCALC   H        801  01-06-98  5:00a  //Power View Calculator
  131. PVCALEND H        764  01-06-98  5:00a  //Automatic calendar
  132. PVCHECK  H      3,031  01-06-98  5:00a  //Check-boxes & radio-buttons
  133. PVCLOCK  H        714  01-06-98  5:00a  //Clock
  134. PVCMD    H     12,118  01-06-98  5:00a  //Commands manager
  135. PVCMDGEN H      5,036  01-06-98  5:00a  //Command generators
  136. PVCOLORS H     23,114  01-06-98  5:00a  //Colors management
  137. PVCOMBO  H      3,004  01-06-98  5:00a  //Combo-box
  138. PVCOMLIN H      1,093  01-06-98  5:00a  //Command line processor
  139. PVCONFIG H      1,564  01-06-98  5:00a  //Startup configuration
  140. PVDC     H      4,935  01-06-98  5:00a  //Device Context
  141. PVDESK   H      2,363  01-06-98  5:00a  //Desktop support
  142. PVDIALOG H      3,648  01-06-98  5:00a  //Dialog boxes support
  143. PVDRV    H     18,186  01-06-98  5:00a  //Drivers
  144. PVEDITOR H     15,938  01-06-98  5:00a  //Text editor
  145. PVHELP   H      1,113  01-06-98  5:00a  //Help manager
  146. PVHGR    H      2,754  01-06-98  5:00a  //Graphics mode support
  147. PVHIST   H      1,133  01-06-98  5:00a  //History box
  148. PVICONS  H      3,560  01-06-98  5:00a  //Graphic icons
  149. PVINI    H      1,502  01-06-98  5:00a  //INI files processor
  150. PVINIT   H      1,561  01-06-98  5:00a  //Startup initialization
  151. PVINPUT  H      5,558  01-06-98  5:00a  //Input box
  152. PVITEMS  H     12,750  01-06-98  5:00a  //Base class for PV items
  153. PVLABEL  H      1,299  01-06-98  5:00a  //Items labels
  154. PVLBOX   H      4,986  01-06-98  5:00a  //List box
  155. PVLINES  H      1,088  01-06-98  5:00a  //Smart horizontal lines
  156. PVLIST   H      3,279  01-06-98  5:00a  //Dynamic lists
  157. PVMEMMON H